'使用法 Dim instance As ChartObjectCollection(Of T) Dim index As System.Integer Dim item As T instance.InternalInsert(index, item)
パラメータ
- index
- 項目が挿入される位置の 0 から始まるインデックス
- item
- ChartObjectCollection<T> に挿入するオブジェクト
'使用法 Dim instance As ChartObjectCollection(Of T) Dim index As System.Integer Dim item As T instance.InternalInsert(index, item)